'Declaration Public Function New( _
ByVal visualizationTransformThe transformation from text page space to the symbol visualization space (screen).As Vintasoft.Imaging.AffineMatrix, _
ByVal transformFromDipSpaceThe transformation from DIP space.As Vintasoft.Imaging.AffineMatrix, _
ByVal rectThe region rectangle.As System.Drawing.RectangleF, _
ByVal symbolsThe region symbols.() As TextRegionSymbol, _
ByVal fontsSpaceWidthA dictionary: font => space symbol width.As System.Collections.Generic.Dictionary(Of ITextFont,Single) _
)
public TextRegion(
Vintasoft.Imaging.AffineMatrix visualizationTransform,
Vintasoft.Imaging.AffineMatrix transformFromDipSpace,
System.Drawing.RectangleF rect,
TextRegionSymbol[] symbols,
System.Collections.Generic.Dictionary<ITextFont,float> fontsSpaceWidth
)
Parameters
- visualizationTransform
- The transformation from text page space to the symbol visualization space (screen).
- transformFromDipSpace
- The transformation from DIP space.
- rect
- The region rectangle.
- symbols
- The region symbols.
- fontsSpaceWidth
- A dictionary: font => space symbol width.